Last chance! 50% off unlimited learning
Sale ends in
Extract a subset of the data for a spatially sampled function.
# S3 method for ssf
[(x, i, j, ..., drop)
Object of class "ssf"
.
Subset index applying to the locations where the function is sampled.
Subset index applying to the columns (variables) measured at each location.
Ignored.
Another object of class "ssf"
.
This is the subset operator for the class "ssf"
.
# NOT RUN {
f <- ssf(cells, data.frame(d=nndist(cells), i=1:42))
f
f[1:10,]
f[ ,1]
# }
Run the code above in your browser using DataLab